* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  /* font-family: "微软雅黑", "PingFangSC-Regular", "Helvetica", "Droid Sans", "Arial", "sans-serif"; */
}

p,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  margin: 0;
  padding: 0;
}

.home-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  height: 1157px;
}

.banner-container {
  width: 100%;
  height: 100%;
}

.banner-container-ipad {
  display: none;
}

.banner-container ul {
  width: 100%;
  height: 100%;
}

.banner-container ul li {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-message {
  width: 1200px;
  margin: 18% auto;
  color: #fff;
  text-align: center;
}

.banner-message-three {
  margin: 12% auto !important;

}

.banner-title {
  margin-bottom: 21px;
  font-size: 60px;
}

.font-big {
  font-size: 60px;
}

.banner-title-box {
  width: 74%;
  position: relative;
  padding: 50px 30px 30px 30px;
  margin: 0 auto;
  /* background-color: rgba(0, 0, 0, 0.349);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.048));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.048)); */
}

/* .banner-title-box::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.banner-title-box::after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 0;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
} */

.banner-desc-english {
  font-weight: 400 !important;
  color: #e7cccc;
}

.banner-desc {
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 5px;
  margin-top: 28px;
}

.banner-desc-img {
  width: 74%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.banner-desc-img li {
  /* width: 20%; */
  padding: 0 20px;

}

.banner-btn-box {
  margin-top: 53px;
}

.btn-htb {
  color: #fff;
  outline: none;
  border: none;
  background-color: #2F7CFF;
  border-radius: 5px;
  cursor: pointer;
}

.banner-btn {
  width: 200px;
  height: 62px;
  font-size: 24px;
}

.banner-data {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 888;
}

.banner-data ul li {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.banner-data ul li .banner-data-number {
  font-size: 50px;
}

.item-box {
  padding: 80px 0;
}

.item-title {
  text-align: center;
  margin-bottom: 50px;
}

.item-title h2 {
  color: #333333;
  font-size: 50px;
}

.title-line {
  width: 150px;
  height: 6px;
  background-color: #2F7CFF;
  margin: 15px auto;
  border-radius: 4px;
}

.item-title p {
  color: #999999;
  font-size: 24px;
}

/* 一站式电子合同 */
.one-stop-main {
  width: 1200px;
  margin: 0 auto;
}

.one-stop-body {
  background-color: #F7F8FA;
  height: 720px;
  border-radius: 5px;
  display: flex;
  box-shadow: 0 0 2px 2px #eee;
}

.one-stop-list {
  width: 400px;
}

.one-stop-item {
  height: 144px;
  padding: 30px 30px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  cursor: pointer !important;
}

.one-stop-item.active {
  background-color: #F7F8FA;
  cursor: pointer;

}

.step-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #2F7CFF;
  border-radius: 4px;
}

.one-stop-item.active .step-line {
  transition: all 5s linear;
  width: 100%;
}

.one-stop-item>div {
  float: left;
}

.one-stop-item-icon {
  width: 58px;
  height: 58px;
  margin-right: 19px;
}

.one-stop-item-icon img {
  width: 100%;
  height: 100%;
}

.one-stop-item-desc {
  width: calc(100% - 77px);
}

.one-stop-item-desc h5 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}

.one-stop-item-desc p {
  font-size: 13px;
  color: #666666;
}

.one-stop-center {
  width: 800px;
}

.one-stop-swiper-container {
  /* margin: 0 auto; */
  position: relative;
  top: 50%;
  /*偏移*/
  transform: translateY(-50%);
  text-align: center;
  height: 570px;
}

/* 多种签约模式 */
.sign-up-contract {
  width: 100%;
  height: 866px;
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/image/signupbg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sign-up-contract .item-title h2,
.sign-up-contract .item-title p {
  color: #fff;
}

.sign-up-main {
  width: 1200px;
  margin: 0 auto;
}

.sign-up-tab {
  width: 100%;
  position: relative;
}

.sign-up-tab ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #fff;
  border-bottom: 1px solid #FFFFFF;
}

.sign-up-tab ul li {
  font-size: 22px;
  padding: 0 76px 36px 76px;
  cursor: pointer;
  margin-bottom: -1px;
}

.sign-up-tab .active {
  animation: all 0.5 ease-in-out;
  border-bottom: 4px solid #2F7CFF
}

/* .tabs-line {
  width: 140px;
  height: 3px;
  background-color: #2F7CFF;
  transform: translate3d(140px, -2px, 0px);
  transition: transform .8s ease;
} */

.sign-up-center {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

.sign-up-center ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sign-up-center .sign-up-center-img {
  width: 50%;
  height: 380px;
}

.sign-up-center .sign-up-center-img img {
  /* width: auto; */
  height: 100%;
}

.sign-up-center .sign-up-center-desc {
  width: 38%;
  color: #fff;
  text-align: left;
  line-height: 26px;
}

.sign-up-center .sign-up-center-desc .sign-up-desc-title {
  font-size: 22px;
  margin-bottom: 17px;
}

.sign-up-center .sign-up-center-desc .sign-up-desc {
  font-size: 16px;
  margin-bottom: 30px;
}

.sign-up-center .sign-up-center-desc .sign-up-option {
  width: 100px;
  height: 40px;
  font-size: 16px;
}

/* 行业定制化  */
.custom-made-main {
  width: 1200px;
  margin: 0 auto;
}

.custom-made-body {
  display: flex;
  justify-content: space-between;
}

.custom-made-body>div {
  height: 420px;
}

.custom-made-column {
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.custom-made-column>li {
  width: 122px;
  height: 122px;
  box-shadow: 0px 2px 10px 0px rgba(0, 15, 109, 0.2);
  color: #999999;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  cursor: pointer;
}

.custom-made-center {
  width: 78%;
  box-shadow: 0px 2px 10px 0px rgba(0, 15, 109, 0.2);
}

.custom-made-title {
  width: 100%;
  text-align: center;
}

.made-icon-e {
  display: none;
}

.custom-made-column li.custom-made-active .made-icon-s {
  color: #fff;
  background-color: #3982FE;
  display: none;
}

.custom-made-column li.custom-made-active .made-icon-e {
  color: #fff;
  background-color: #3982FE;
  display: block;
}

.custom-made-body-ipad {
  display: none;
  overflow: hidden;
}

.custom-made-column-ipad {
  width: 100%;
  margin-bottom: 20px;
}

.custom-made-column-ipad li {
  width: 100px;
  height: 50px;
  font-size: 14px;
  background-color: #DBE2ED;
  text-align: center;
  line-height: 50px;
  color: #666666;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-made-column-ipad li.custom-made-active,
.custom-made-column li.custom-made-active {
  color: #fff;
  background-color: #3982FE;
}

.custom-made-center-ipad {
  width: 100%;
}

.cm-center-img-ipad,
.cm-center-img-ipad img {
  width: 100%;
}

.cm-center-button {
  width: 100px;
  height: 40px;
  margin-top: 30px;
}

.custom-made-center {
  padding: 15px;
}

.custom-made-center>li {
  width: 100%;
  display: flex;
}

.cm-center-img {
  width: 325px;
  margin-right: 46px;
}

.cm-center-right {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.cm-center-desc,
.cm-center-example {
  width: 100%;
}

.cm-center-desc>p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.cm-center-right .cm-center-title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

.cm-center-example>ul {
  display: flex;
}

.cm-center-example>ul li {
  margin-right: 10px;
}


/* 荣誉资质  */
.honor-contract {
  background-color: #EFF2F6;
}

.honor-main {
  overflow: hidden;
}

.honor-body {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .honor-body ul li {
     cursor: pointer;
} */

.honor-body ul li img {
  width: 95%;
}

.honor-body .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
  z-index: 2;
}

.honor-body-iphone {
  display: none;
}

.honor-body-iphone ul li img {
  width: 95%;
}

/* 放心签·客户信任 */
.trust-main {
  width: 1200px;
  margin: 0 auto;
}

.trust-body {
  width: 100%;
  overflow: hidden;
  padding: 50px 30px;
  position: relative;
}

.trust-body .swiper-slide>div {
  width: 140px;
  height: 84px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 30, 81, 0.2);
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.trust-body .swiper-slide>div img {
  width: 100%;
}

.trust-body .swiper-slide.swiper-slide-active div {
  transform: scale(1.3);
  border: 1px solid #2F7CFF;
  z-index: 2;
}

.trust-button-prev {
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/img/xr-l.png");
  background-repeat: no-repeat;
}

.trust-button-prev:hover {
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/img/xr-l-a.png");
}

.trust-button-prev::after {
  content: '';
}

.trust-button-next {
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/img/xr-r.png");
  background-repeat: no-repeat;
}

.trust-button-next:hover {
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/img/xr-r-a.png");
}

.trust-button-next::after {
  content: '';
}

.trust-message {
  width: 76%;
  height: 160px;
  margin: 0 auto;
  text-align: center;
}

.trust-message p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

/* 合作伙伴 */
.partner-contract {
  width: 100%;
  height: 866px;
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/img/hzhb.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.partner-contract .item-title h2,
.partner-contract .item-title p {
  color: #fff;
}

.partner-main {
  margin: 0 auto;
}

.partner-body ul {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.partner-body ul li {
  width: 16%;
  height: 81px;
  margin-top: 8px;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
}

.partner-body ul li img {
  width: 100%;
}

/* 新闻中心 */
.news-body {
  width: 100%;
  height: 520px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.news-body>div {
  width: 50%;
  height: 100%;
}

.news-bgimg {
  position: relative;
  top: 0;
}

.news-list {
  width: 500px;
}

.news-bgimg-box {
  width: 570px;
  height: 450px;
  border: 1px solid #f2f3f59f;
}

.news-bgimg img {
  width: 100%;
  height: 100%;

}

.news-desc-box {
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  align-self: center;
  color: #666666;
}

.img-desc {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px 15px 15px;
  color: #fff;
}

.news-date {
  margin: 0 30px;
}

.news-date h3 {
  font-size: 40px;
  text-align: center;
}

.news-date p {
  font-size: 16px;
  white-space: nowrap;
}

.img-desc a h3,.img-desc a p{
  color: #fff;
}

.img-desc-msg h3 {
  margin-bottom: 20px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.img-desc-msg {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-desc-msg a {
  color: #666666;
}

.img-desc-msg a:hover {
  color: #a1a1a1;
  text-decoration: none
}

.img-desc-msg p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}

.news-list {
  margin-left: 30px;
}




@media (max-width: 1200px) {
  .banner-message {
    width: 100%;
    margin-top: 36%;
    padding: 0 15px;
  }

  .font-big {
    font-size: 42px;
  }

  .banner-btn {
    width: 160px;
    height: 50px;
    font-size: 20px;
  }

  .banner-data ul li:nth-child(1),
  .banner-data ul li:nth-child(2) {
    margin-bottom: 46px;
  }

  .item-title h2 {
    font-size: 24px;
  }

  .item-title p {
    font-size: 14px;
  }

  .title-line {
    width: 60px;
  }

  .one-stop-main,
  .sign-up-main,
  .custom-made-main {
    width: 100%;
    padding: 0 30px;
  }

  .one-stop-list {
    width: 100%;
  }

  .one-stop-center {
    display: none;
  }

  .one-stop-item.active .step-line {
    display: none;
  }

  .sign-up-center ul li {
    display: block;
  }

  .sign-up-center .sign-up-center-img {
    width: 100%;
    height: 280px;
  }

  .sign-up-center .sign-up-center-desc {
    width: 100%;
    text-align: center;
    line-height: 26px;
  }

  .honor-body {
    display: none;
  }

  .honor-body-iphone {
    display: block;
  }

  .trust-contract {
    display: none;
  }

  .news-date {
    margin: 0 15px;
  }

  .news-bgimg {
    display: none;
  }

  .news-list {
    width: 100%;
    margin: 0;
  }
}


@media (max-width: 768px) {
  .home-container {
    height: 900px;
  }

  .sign-up-tab ul li {
    padding: 0 0 20px 0;
  }

  .banner-container-pc {
    display: none;
  }

  .banner-container-ipad {
    display: block;
  }

  .banner-message {
    width: 100%;
    margin-top: 16%;
    padding: 0 15px;
    padding-top: 30%;
  }

  .banner-title {
    font-size: 36px;
  }

  .font-big {
    font-size: 26px;
  }

  .banner-desc {
    font-size: 18px;
  }

  .banner-btn {
    width: 128px;
    height: 40px;
    font-size: 14px;
  }

  .sign-up-center .sign-up-center-img {
    width: 100%;
    height: 280px;
    margin-bottom: 40px;
  }

  .sign-up-tab ul li {
    font-size: 16px;
  }

  .partner-body ul li {
    width: 18%;
    height: 56px;
    line-height: 50px;
  }

  .custom-made-body {
    display: none;
  }

  .custom-made-body-ipad {
    display: block;
  }

}

/* 放心签客户肯定 */
.customer-sure {
  background-image: url("https://tgimages.fangxinqian.cn/ldy/imageTg3/customer-sure.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.customer-word {
  width: 100%;
  min-height: 250px;
  height: auto;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  padding: 40px 50px;
  position: relative;
}

.customer-word .sanjiao {
  width: 0px;
  height: 0px;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 100%;
  left: 45px;
  transition: all .2s ease-in-out;
}

.customer-word ul {
  width: 100%;
  height: auto;
}

.customer-word ul li h1 {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.customer-word ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.item-title-txt {
  font-size: 30px;
  font-weight: 600;
  margin: 0 30px;
}

.item-title p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.item-title-white,
.item-title-white p {
  color: white;
}

.item-big {
  font-size: 50px;
  color: #FFA33C;
}



.customer-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.customer-list li {
  width: 130px;
}

.customer-list li img {
  width: 100%;
}

/* 放心签客户肯定  --- end --- */




.known-company-tab {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.known-company-tab ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #333333;
  border-bottom: 1px solid #EDEFF4;
}

.known-company-tab ul li {
  font-size: 16px;
  padding-bottom: 22px;
  cursor: pointer;
  color: #666;
}

.known-company-tab ul li.active {
  color: #207CE7;
}

/* .tabs-line {
  width: 200px;
  height: 3px;
  background-color: #2F7CFF;
  transform: translate3d(30px, -2px, 0px);
  transition: transform .8s ease;
} */


.known-company-list li img {
  width: 100%;
}


@media (max-width: 768px) {
  .home-container {
    height: 800px;
  }

  /* .banner-message {
    width: 100%;
    margin-top: 35%;
    padding: 0 15px;
  } */

  .sign-up-center .sign-up-center-img {
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
  }

  .partner-body ul li {
    width: 33%;
    height: 56px;
    line-height: 50px;
  }

  .exclusive-main h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .exclusive-main p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .exclusive-main button {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }
  .customer-word .sanjiao{
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}